func crypto/internal/fips140/aes/gcm.gcmAesInit

2 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_asm.go#L19: func gcmAesInit(productTable *[256]byte, ks []uint32)
		gcm_asm.go#L63: 	gcmAesInit(&g.productTable, aes.EncryptionKeySchedule(&g.cipher))